type google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.scData
12 uses
google.golang.org/grpc/balancer/pickfirst/pickfirstleaf (current package)
pickfirstleaf.go#L116: subConns: resolver.NewAddressMapV2[*scData](),
pickfirstleaf.go#L154: type scData struct {
pickfirstleaf.go#L168: func (b *pickfirstBalancer) newSCData(addr resolver.Address) (*scData, error) {
pickfirstleaf.go#L169: sd := &scData{
pickfirstleaf.go#L202: subConns *resolver.AddressMapV2[*scData]
pickfirstleaf.go#L372: b.subConns = resolver.NewAddressMapV2[*scData]()
pickfirstleaf.go#L377: seenAddrs := resolver.NewAddressMapV2[*scData]()
pickfirstleaf.go#L480: func (b *pickfirstBalancer) shutdownRemainingLocked(selected *scData) {
pickfirstleaf.go#L487: b.subConns = resolver.NewAddressMapV2[*scData]()
pickfirstleaf.go#L578: func (b *pickfirstBalancer) updateSubConnState(sd *scData, newState balancer.SubConnState) {
pickfirstleaf.go#L751: func (b *pickfirstBalancer) isActiveSCData(sd *scData) bool {
pickfirstleaf.go#L756: func (b *pickfirstBalancer) updateSubConnHealthState(sd *scData, state balancer.SubConnState) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)